/*Modification Thomas*/
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
  font-family: "Fira Sans", sans-serif;
  font-weight: 300;
  font-style: normal;
  background-color: white;
}
.neutralColor{
  color:#7091ba;
}
.text-bg-neutral{
  background-color:#7091ba;
  color:white;
}

html, body {
  width: 100%;
  overflow-x: hidden;
}
h1,h2,h3,h4,h5{
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
}
h1{
  font-size: 2.5rem;
}
h2{
  font-size: 2.2rem;
}
h3{
  font-weight: 800;
  font-size:30px;
}
h4{
  font-weight: 800;
  font-size:20px;
}
h5{
  text-transform:uppercase;
  text-align:center;
  font-size:14px;
  font-weight:200;
}
.marginBottom150{
  margin-bottom: 150px !important;
}
.bardageHook{
   margin-top: -150px !important;
}
.textCenter{
  text-align: center;
}
.comparison-container {
  position: relative;
  width: 100%;
  max-width: 700px;
  height: 500px;
  overflow: hidden;
  user-select: none;
  touch-action: none;
  margin: auto;
  border-radius: 10px;
}
.comparison-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.img-before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.img-after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  clip-path: inset(0 50% 0 0); /* Affiche 50% de l'image (droite masquée) */
  transition: clip-path 0s;
}

.slider-bar {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 100%;
  background: white;
  z-index: 3;
  cursor: ew-resize;
}

.slider-bar::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background: #fff;
  border: 2px solid #000;
  border-radius: 50%;
}

.phoneBlock{
  width: 40px;
  height: 40px;
  background-color: #2c2a2a;
  border-radius: 150px;
  text-align: center;
  color: white;
  font-size: 13px;
  padding: 10px;
}

.grecaptcha-badge {
  width: 70px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  left: 1px !important;
  display: none;
}
.grecaptcha-badge:hover {
  width: 256px !important;
}
.bg-dark{
  background-color:#282828 !important;
  opacity: 0.9;
}
.no-padding{
  padding:0 !important;
}
.container-fluid {
  padding: 0; 
}

#txtBackgroundSlider {
    background-color: #7091ba;
    color: white;
    border-radius: 10px;
    max-width: 800px;
    padding: 50px 45px 50px 40px;
    left: 4%;
    position: absolute;
    bottom: 280px;
    z-index: 1;
    /* outline-offset: 0.6rem;
    outline: 3px solid #7091ba;
    -webkit-outline-offset: 0.6rem;
    -webkit-outline: 3px solid #7091ba; */
}

p{
  font-size:20px;
}
.logoTop{
  width: 110px;
  height: auto;
  padding: 10px;
}
.logoSilenceAnimal{
  width: 100%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
}
.logoPosition{
  margin-left:2%;
}
.headerRight{
  height:100px;
}
.miniTitleHeaderRight{
  font-size: 14px;
}
 
.messenger-gradient{
background-color: #0865fe;
}

.fa-facebook-messenger {
background-color: #0865fe;
color: white;
border: none;
padding: 10px 10px;
border-radius: 20px;
-webkit-border-radius: 20px;
font-size: 16px;
cursor: pointer;
transition: transform 0.2s;
}

.fa-facebook-messenger:hover {
transform: scale(1.05);
}

.fa-heart{
  color:#7091ba;
}
.phoneStyleHeaderRight{
  text-decoration: none !important;
  color:#4fc9c4 !important;
  font-weight: 500 !important;
  transition-duration: 0.5s;
}
.phoneStyleHeaderRight:hover{
  color: #282828 !important;
  transition-duration: 0.5s;
}

.fondAccueil{
  background-image: url("../img/slider-emics-vitre.jpg");
}
.fondPanneauPhotovoltaique{
  background-image: url("../img/slider-emics-panneaux-photovoltaique.jpg");
}
.fondVitre{
  background-image: url("../img/slider-emics-vitre.jpg");
}
.fondBardage{
  background-image: url("../img/slider-emics-bardage.jpg");
}
.fondTerrasse{
    background-image: url("../img/slider-emics-terrasse.jpg");
}
.mainHeader{
  background-size: cover; 
  background-position: center; 
  background-repeat: no-repeat; 
  height: 100vh;
  position:relative;
}
.mainHeader::after{
  content: "";
  background-image: url("../img/test2.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  left: 0;
  bottom: -325px;
  width: 100%;
  height: 570px;
}
.overviewSection::after, #beforeFooter::after{
  content: "";
  background-image: url("../img/fondTrace.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  left: 0;
  top:-150px;
  width: 100%;
  height: 570px;
}

.whatWeDoSection::after{
  content: "";
  background-image: url("../img/test2.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  left: 0;
  top:-150px;
  width: 100%;
  height: 570px;
  z-index: -1;
}

.navbarColor{
  background-color: #282828 !important;
  opacity: 0.9;
  color:white;
}
#NavBar{
  padding:10px;
  z-index:2;
  background-color: #7091ba;
}
.nav-item a, .nav-link-right{
  color: white !important;
  font-size: 20px;
  font-weight: 300;
  text-decoration: none;
  font-weight:400;
}
.serviceInformationImg1, .serviceInformationImg2, .serviceInformationImg3, .serviceInformationImg4{
  background-size: cover;
  height: 100%;
}
.serviceInformationImg1{
  background-image: url("../img/nettoyageDePanneauxSolaire.png");
}
.serviceInformationImg2{
  background-image: url("../img/nettoyageDeTerrasse.png");
}
.serviceInformationImg3{
  background-image: url("../img/nettoyageDeBardage.png");
}
.serviceInformationImg4{
  background-image: url("../img/nettoyageDeVitre.png");
}

.nav-item a:hover{
  color: #2c2a2a !important;
}
.noPadding{
  padding:0 !important;
}
.mainHeaderLogo{
  background-color: #7091ba !important;
}
.serviceInformation{
  background-color: #7091ba !important;
  border-radius: 10px;
  border: 3px solid #7091ba;
  color: white;
  padding-right: 0;
  padding: 0px 0px 0px 5px;
  overflow: hidden;
}
.btnServiceInformation{
  position:absolute;
  bottom: 0;
  left:0;
}
.serviceInformationTxt{
  padding: 15px;
  position: relative;
}
.serviceInformation p {
  font-size: 15px;
}

#backToTop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  -webkit-outline: none;
  color:#282828;
  cursor: pointer;
  padding: 8px 15px 8px 15px;
  transition-duration:0.5s;
  background:#7091ba;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  outline-offset: 0.6rem;
  -webkit-outline-offset :0.6rem;
  outline: 3px solid #7091ba;
  -webkit-outline: 3px solid #7091ba;
}
#scrollDown{
  font-size: 18px;
  border: none;
  outline: none;
  color: #282828;
  cursor: pointer;
  padding: 8px 15px 8px 15px;
  transition-duration: 0.5s;
  background: #7091ba;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  position: absolute;
  left: 47%;
  bottom: 20px;
  transform: rotate(180deg);
  outline-offset: 0.6rem;
  outline: 3px solid #7091ba;
  z-index: 3;
}
#backToTop:hover, #scrollDown:hover{
  background-color:#282828;
  color:white;
  transition-duration:0.5s;
  outline-offset: 0rem;
  -webkit-outline-offset: 0rem;
}
.intro, .contactBeforeFooter{
  padding-top: 150px;
  padding-bottom: 150px;
}
#contactBeforeFooter{
  z-index: 1;
}
footer a {
  text-decoration: none !important;
  color:#7091ba !important;
  font-weight: 400 !important;
  transition-duration: 0.5s;
}
footer a:hover {
  color: white !important;
  transition-duration: 0.5s;
  }

.map-responsive {
  overflow:hidden;
  padding-bottom:32.25%;
  position:relative;
  height:0;
  text-align: center;
}

.map-responsive iframe {
  left:0;
  top:0;
  height:100%;
  width:100%;
  position:absolute;
}
.tips{
  border-radius: 20px;
  background-color:white;
  padding:10px;
  color:#7091ba;
}
.centeredIntro{
  text-align: center;
}
.introText{
  margin-top: 30px;
  margin-bottom: 30px;
}
.imgBackground{
  height: 480px;
  width: 480px;
  background-color: #86817A;
  border-radius: 10px;
  -webkit-border-radius:10px;
}

#firstContent {
  min-height: 100vh;
  background-color:white;
  color:#282828;
  overflow:hidden;
  --bs-gutter-x: 0;
  position: relative;
}
#secondContent{
  height: 100vh;
  background-color: #282828;
  color:white;
  overflow:hidden;
}
.firstContentLeftImg{
  border-radius: 100%;
  -webkit-border-radius:100%;
  height: 80%;
  outline-offset: 0.6rem;
  outline: 3px solid #7091ba;
  -webkit-outline-offset: 0.6rem;
  -webkit-outline: 3px solid #7091ba;
  display: block;
  margin: 0 auto;
  align-self: center;
}

.firstContentBalneotherapieImg{
  height: 80%;
  display: block;
  margin: 0 auto;
  align-self: center;
}
.firstContentPart2, .secondContentPart2, .galleryContent2{
  margin-top:-7px;
}
.firstContentLeft {
  display: flex;
  align-items: center; 
  justify-content: center; 
  height: 100vh;
}
.firstContentLeft, .secondContentLeft{
  min-height: 100vh;
}

.firstContentRight, .secondContentRight{
  padding: 5px 70px 50px 130px;
}
.overviewSection, #grooming{
  background-color:#7091ba;
  padding: 150px 0px 150px 0px;
  position: relative;
}
.overviewSectionItem{
  background-color:white; 
  min-height: 750px;
  padding: 0px;
  border: 2px solid #7091ba;
  margin-bottom: 60px;
  position: relative;
  border-radius: 30px;
}
.overviewSectionItemRealisations{
  background-color:white; 
  min-height: 500px;
  padding: 0px;
  border: 2px solid #7091ba;
  margin-bottom: 60px;
  position: relative;
  border-radius: 30px;
}

.overviewSectionImg{
  background-size: cover;
  background-position: center;
  border-top-right-radius:20px;
  border-top-left-radius:20px;
  height: 375px;
}
.modal1Img{
  background-image: url('../img/nettoyage-de-bardage-sur-Ath---EmiCS.png');
}
.modal2Img{
  background-image: url('../img/nettoyage-de-panneaux-solaire-EmiCS.png');
}
.modal3Img{
  background-image: url('../img/nettoyage-de-verriere-EmiCS.png');
}
.modal4Img{
  background-image: url('../img/nettoyage-de-terrasse-EmiCS.png');
}

.realisation1Img{
  background-image: url('../img/nettoyageCauvinGuy.png');
}
.realisation2Img{
  background-image: url('../img/nettoyageBurger66Ath.png');
}
.realisation3Img{
  background-image: url('../img/nettoyagePanneauxPhotovoltaique.png');
}
.realisation4Img{
  background-image: url('../img/nettoyageVitreMaisonDesPlantes.png');
}
.realisation5Img{
  background-image: url('../img/nettoyageToutouBeau.png');
}
.realisation6Img{
  background-image: url('../img/nettoyageDrCath.png');
}
.realisation7Img{
  background-image: url('../img/nettoyageStudioPowerLessines.png');
}
.realisation8Img{
  background-image: url('../img/nettoyageDefiCopiTournai.png');
}
.realisation9Img{
  background-image: url('../img/nettoyagePharmacisWodecq.png');
}
.realisation10Img{
  background-image: url('../img/nettoyageLeonidasFlobecq.png');
}
.realisation11Img{
  background-image: url('../img/nettoyageTerrasse.png');
}
.realisation12Img{
  background-image: url('../img/nettoyagePanneauxPhotovoltaiqueRealisation.png');
}


.dhImg{
  background-image: url('../img/bullysDH.webp');
  background-position: unset;
}
.avenirImg{
  background-image: url('../img/bullysAvenir.webp');
  background-position: unset;
}
.charlotteImg{
  background-image: url('../img/bullysCharlotte.jpg');
  background-position: unset;
}
.categoryTitle{
  margin-top: 30px;
  text-align: center;
  z-index: 2;
}
.categoryContent{
  padding: 0px 15px 0px 15px;
  font-size: 20px !important;
  text-align: justify;
  min-height: 235px;
}
.categoryContentMini{
  padding: 0px 15px 0px 15px;
  font-size: 16px !important;
  text-align: justify;
  min-height: 235px;
}
#realisationsTop{
  margin-top: 100px;
  z-index: 2;
}
.whatWeDoSection{
  padding: 150px 0px 150px 0px;
  position:relative;
  z-index: 2;
}
.tipsCleaning{
  padding: 0px;
  position:relative;
  z-index: 2;
}

.animated-button {
  background: #7091ba;
  border:2px solid #282828;
  color:white;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  padding:10px 30px 10px 30px;
  font-size: 20px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: color 0.4s ease, border-color 0.4s ease;
  text-transform: uppercase;
  font-family: "Fira Sans", sans-serif;
}
.btnRightCategory{
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.animated-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #282828;
  z-index: -1;
  transition: left 2s ease;
}

.animated-button:hover::before {
  left: 100%;
}

.animated-button:hover {
  border-color: white;
  color:white;
  background-color:#7091ba;
  
}
.sliderBrands {
  height: 150px;
  overflow: hidden;
}

.horizontal-scroll {
  display: flex;
  height: 100%;
  width: 100%;
  animation: infiniteScroll 30s linear infinite; 
}

.horizontal-scroll-item {
  flex: 0 0 auto; 
  width: 464px; 
  height: 100%;
  background-size: contain; 
  background-repeat: no-repeat;
}
.info {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;  /* Masquer le texte par défaut */
  background-color: rgba(0, 0, 0, 0.6); /* Fond semi-transparent */
  color: white;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
  opacity: 0;
  transition: opacity 1s ease;
}

.galleryContent {
  overflow: hidden;
}

.galleryPix {
  width: 100%;               
  overflow: hidden; 
  position: relative;
  display: inline-block; 
  z-index: 2;       
}
.galleryPix img {
  width: 100%;              
  height: auto;              
  transition: transform 0.3s ease; 
  transform-origin: center center; 
  transition-duration: 2s;
}
.galleryPix:hover img {
  transform: scale(1.2); 
}
.galleryPix:hover .info {
  display: block; 
  opacity: 1;
  transition: opacity 1s ease;
}
.galleryPix{
  margin-top:-7px;
}

#beforeFooter{
  padding: 100px 50px 100px 50px;
  background-color: #7091ba;
  color: white;
  position: relative;
  z-index: 1;
}
footer{
  height: auto;
  padding: 100px 50px 100px 50px;
  color:white;
  background-color:#282828;
}

.contactForm{
  padding: 100px 50px 100px 50px;
  color:#282828;
  border-radius: 45px;
  -webkit-border-radius: 45px;
  background-color: white;
}
.formContent{
  width: 70%;
  margin: 0 auto;
}
.form-control {
  background-color: #7091ba;
  border-color: #282828;
  color: #282828;
  border-radius: 20px;
  -webkit-border-radius: 20px;
}
.form-control::placeholder:active {
  background-color: #282828;
  border-color:#4fc9c4;
  color:#4fc9c4;
}
.textLeft{
  text-align: left !important;
}
.inputStyle{
  width: 80%;
}

.navbar-toggler span {
  display: block;
  background-color: #4f4f4f;
  height: 3px;
  width: 25px;
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative;
  left: 0;
  opacity: 1;
  transition: all 0.35s ease-out;
  transform-origin: center left;
}
.navbar-nav {
  gap:2em;
}
.navbar-toggler span:nth-child(1) {
  transform: translate(0%, 0%) rotate(0deg);
}

.navbar-toggler span:nth-child(2) {
  opacity: 1;
}

.navbar-toggler span:nth-child(3) {
  transform: translate(0%, 0%) rotate(0deg);
}

.navbar-toggler span:nth-child(1) {
  margin-top: 0.3em;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
  transform: translate(15%, -33%) rotate(45deg);
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
  opacity: 0;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
  transform: translate(15%, 33%) rotate(-45deg);
}

.navbar-toggler{
  background: #292726;
  padding: 25px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
}

.navbar-toggler span  {
  background:#7091ba !important;
}

.nav-item.dropdown {
  position: relative;
}

/* Cache le sous-menu par défaut */
.dropdown-menu {
  display: none;
  position: absolute;
  background: #7091ba;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  padding: 10px;
  min-width: 200px;
  z-index: 1000;
}

/* Affiche le sous-menu au survol */
.nav-item.dropdown:hover .dropdown-menu {
  display: block;
}

/* Style des liens du dropdown */
.dropdown-item {
  padding: 10px;
  text-decoration: none;
  color: #333;
  display: block;
  transition: background 0.3s ease-in-out;
}

.dropdown-item:hover {
  background: white;
  color: #fff;
}

.googleReview{
  z-index: 1;
  background-image: url('../img/backgroundVideo.jpg');
  background-size: cover; 
  background-position: center; 
  background-repeat: no-repeat; 
  height: 70vh;
  position:relative;
}

.stepGrooming{
  background-color: white;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  padding: 0px;
  border: 2px solid #7091ba;
  margin-bottom: 60px;
  position: relative;
  padding: 55px 15px 20px 15px;
  text-align: justify;
  margin-top: 50px;
  color: #282828;
}
.stepNum{
  background-color: #7091ba;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-family: 'Bangers', cursive;
  position: absolute;
  left: 45%;
  top: -25px;
}
.groomingTitle{
  color: white;
}
.collapsedContactContent{
  display: none;
}


@keyframes infiniteScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

@media (min-width:2800px) {
  .mainHeader::after{
    height: 1035px;
    bottom: -860px
  }
  .overviewSection::after, #beforeFooter::after, .whatWeDoSection::after{
    height: 1252px;
    top: 0;
  }
}

@media only screen and (min-width:2100px ) and (max-width: 2799px)  {
  .mainHeader::after{
    height: 800px;
    bottom: -635px;
  }
  .overviewSection::after, #beforeFooter::after, .whatWeDoSection::after{
    height: 800px;
    top: -140.2px;
  }
}
@media only screen and (min-width:250px ) and (max-width: 1600px)  {
.firstContentRight, .secondContentRight {
  padding: 0px 40px 0px 40px !important;
}
#NavBar{
  padding: 5px 30px 0px 30px ;
  z-index:2;
}
#scrollDown{
  bottom:100px;
  outline: 0;
}
#backToTop{
  outline:0;
}
.formContent{
  width: 100%;
}
}
@media only screen and (min-width:991px ) and (max-width: 1470px)  {
    .nav-item a, .nav-link-right, .contactContent{
    font-size: 1em;
  }
  #scrollDown{
    display: none !important;
  }
}
@media only screen and (min-width:250px ) and (max-width: 991px)  {
    #scrollDown{
    display: none !important;
  }
  .collapsedContactContent{
    display: block;
    width: 100%;
  }
  .bardageHook{
    margin-top: 0 !important;
  }
  .navbar-nav {
    gap:1em;
  }
  .navbar-toggler{
  margin-left: 15px;
  }
  .videoYoutube, .contentSilenceAnimal{
  outline:0;
  -webkit-outline:0;
  }
  #beforeFooter{
  padding:0;
  }
 
  .logoPosition{
    margin-left:2%;f
  }
  .contactForm{
  border-radius: 0;
  -webkit-border-radius:0;
  }
  .contentTxtBackgroundSlider p{
    font-size: 14px;
  }
  .contentTxtBackgroundSlider h1{
    font-size: 20px;
  }
  #txtBackgroundSlider {
    background-color: #7091ba;
    color: white;
    border-radius: 10px;
    max-width: 800px;
    padding: 50px 40px 50px 40px;
    left: 0 !important;
    position: absolute;
    bottom: 230px;
    outline-offset: 0.6rem;
    outline: 3px solid #7091ba;
    z-index: 1;
    /* outline-offset: 0.6rem;
    outline: 3px solid #7091ba;
    -webkit-outline-offset: 0.6rem;
    -webkit-outline: 3px solid #7091ba; */
    outline:0;
  }
  .whatWeDoSection::after{
    display: none;
  }
  .mobileTxtLeft{
    text-align:left !important;
  }
}




